home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / sysinfo / SYSINFO5.FRM < prev    next >
Text File  |  1999-01-25  |  19KB  |  585 lines

  1. VERSION 5.00
  2. Object = "{6E3BBBCF-5A0D-11D1-B659-0060976C699F}#1.1#0"; "MSysInfo.ocx"
  3. Begin VB.Form Form1 
  4.    Caption         =   "Mabry System Information Control Sample"
  5.    ClientHeight    =   6390
  6.    ClientLeft      =   1125
  7.    ClientTop       =   1485
  8.    ClientWidth     =   10680
  9.    LinkTopic       =   "Form1"
  10.    LockControls    =   -1  'True
  11.    PaletteMode     =   1  'UseZOrder
  12.    ScaleHeight     =   6390
  13.    ScaleWidth      =   10680
  14.    Begin VB.Frame Frame4 
  15.       Caption         =   "Files:"
  16.       Height          =   6255
  17.       Left            =   6360
  18.       TabIndex        =   38
  19.       Top             =   0
  20.       Width           =   4215
  21.       Begin VB.FileListBox File1 
  22.          Height          =   1845
  23.          Hidden          =   -1  'True
  24.          Left            =   240
  25.          System          =   -1  'True
  26.          TabIndex        =   40
  27.          Top             =   2040
  28.          Width           =   3735
  29.       End
  30.       Begin VB.DirListBox Dir1 
  31.          Height          =   1605
  32.          Left            =   240
  33.          TabIndex        =   39
  34.          Top             =   360
  35.          Width           =   3735
  36.       End
  37.       Begin VB.Label lblIsSystem 
  38.          Height          =   255
  39.          Left            =   1200
  40.          TabIndex        =   56
  41.          Top             =   5880
  42.          Width           =   855
  43.       End
  44.       Begin VB.Label lblReadOnly 
  45.          Height          =   255
  46.          Left            =   1200
  47.          TabIndex        =   55
  48.          Top             =   5640
  49.          Width           =   855
  50.       End
  51.       Begin VB.Label lblArchived 
  52.          Height          =   255
  53.          Left            =   1200
  54.          TabIndex        =   54
  55.          Top             =   5400
  56.          Width           =   975
  57.       End
  58.       Begin VB.Label lblHidden 
  59.          Height          =   255
  60.          Left            =   1200
  61.          TabIndex        =   53
  62.          Top             =   5160
  63.          Width           =   855
  64.       End
  65.       Begin VB.Label lblSize 
  66.          Height          =   255
  67.          Left            =   1200
  68.          TabIndex        =   52
  69.          Top             =   4920
  70.          Width           =   1815
  71.       End
  72.       Begin VB.Label lblTime 
  73.          Height          =   255
  74.          Left            =   1200
  75.          TabIndex        =   51
  76.          Top             =   4680
  77.          Width           =   1815
  78.       End
  79.       Begin VB.Label lblDate 
  80.          Height          =   255
  81.          Left            =   1200
  82.          TabIndex        =   50
  83.          Top             =   4440
  84.          Width           =   1455
  85.       End
  86.       Begin VB.Label lblVersion 
  87.          Height          =   255
  88.          Left            =   1200
  89.          TabIndex        =   49
  90.          Top             =   4200
  91.          Width           =   2295
  92.       End
  93.       Begin VB.Label Label25 
  94.          Alignment       =   1  'Right Justify
  95.          Caption         =   "IsSystem:"
  96.          Height          =   255
  97.          Left            =   120
  98.          TabIndex        =   48
  99.          Top             =   5880
  100.          Width           =   975
  101.       End
  102.       Begin VB.Label Label24 
  103.          Alignment       =   1  'Right Justify
  104.          Caption         =   "IsReadOnly:"
  105.          Height          =   255
  106.          Left            =   120
  107.          TabIndex        =   47
  108.          Top             =   5640
  109.          Width           =   975
  110.       End
  111.       Begin VB.Label Label23 
  112.          Alignment       =   1  'Right Justify
  113.          Caption         =   "IsArchived:"
  114.          Height          =   255
  115.          Left            =   120
  116.          TabIndex        =   46
  117.          Top             =   5400
  118.          Width           =   975
  119.       End
  120.       Begin VB.Label Label22 
  121.          Alignment       =   1  'Right Justify
  122.          Caption         =   "IsHidden:"
  123.          Height          =   255
  124.          Left            =   120
  125.          TabIndex        =   45
  126.          Top             =   5160
  127.          Width           =   975
  128.       End
  129.       Begin VB.Label Label21 
  130.          Alignment       =   1  'Right Justify
  131.          Caption         =   "Size:"
  132.          Height          =   255
  133.          Left            =   360
  134.          TabIndex        =   44
  135.          Top             =   4920
  136.          Width           =   735
  137.       End
  138.       Begin VB.Label Label20 
  139.          Alignment       =   1  'Right Justify
  140.          Caption         =   "Time:"
  141.          Height          =   255
  142.          Left            =   240
  143.          TabIndex        =   43
  144.          Top             =   4680
  145.          Width           =   855
  146.       End
  147.       Begin VB.Label Label19 
  148.          Alignment       =   1  'Right Justify
  149.          Caption         =   "Date:"
  150.          Height          =   255
  151.          Left            =   240
  152.          TabIndex        =   42
  153.          Top             =   4440
  154.          Width           =   855
  155.       End
  156.       Begin VB.Label Label18 
  157.          Alignment       =   1  'Right Justify
  158.          Caption         =   "Version:"
  159.          Height          =   255
  160.          Left            =   240
  161.          TabIndex        =   41
  162.          Top             =   4200
  163.          Width           =   855
  164.       End
  165.    End
  166.    Begin VB.Frame Frame3 
  167.       Caption         =   "Environment"
  168.       Height          =   1935
  169.       Left            =   120
  170.       TabIndex        =   2
  171.       Top             =   4320
  172.       Width           =   6135
  173.       Begin SystemInfoControl.MSysInfo MSysInfo1 
  174.          Left            =   480
  175.          Top             =   480
  176.          _ExtentX        =   847
  177.          _ExtentY        =   847
  178.       End
  179.       Begin VB.Label lblOS 
  180.          Height          =   255
  181.          Left            =   2160
  182.          TabIndex        =   33
  183.          Top             =   1560
  184.          Width           =   3855
  185.       End
  186.       Begin VB.Label lblProcessorCount 
  187.          Height          =   255
  188.          Left            =   2160
  189.          TabIndex        =   32
  190.          Top             =   1320
  191.          Width           =   3855
  192.       End
  193.       Begin VB.Label lblProcessorType 
  194.          Height          =   255
  195.          Left            =   2160
  196.          TabIndex        =   31
  197.          Top             =   1080
  198.          Width           =   3855
  199.       End
  200.       Begin VB.Label lblTemp 
  201.          Height          =   255
  202.          Left            =   2160
  203.          TabIndex        =   30
  204.          Top             =   720
  205.          Width           =   3855
  206.       End
  207.       Begin VB.Label lblSystem 
  208.          Height          =   255
  209.          Left            =   2160
  210.          TabIndex        =   29
  211.          Top             =   480
  212.          Width           =   3855
  213.       End
  214.       Begin VB.Label lblWindows 
  215.          Height          =   255
  216.          Left            =   2160
  217.          TabIndex        =   28
  218.          Top             =   240
  219.          Width           =   3855
  220.       End
  221.       Begin VB.Label Label15 
  222.          Alignment       =   1  'Right Justify
  223.          Caption         =   "Operating System:"
  224.          Height          =   255
  225.          Left            =   120
  226.          TabIndex        =   17
  227.          Top             =   1560
  228.          Width           =   1935
  229.       End
  230.       Begin VB.Label Label14 
  231.          Alignment       =   1  'Right Justify
  232.          Caption         =   "Processor Count:"
  233.          Height          =   255
  234.          Left            =   120
  235.          TabIndex        =   16
  236.          Top             =   1320
  237.          Width           =   1935
  238.       End
  239.       Begin VB.Label Label13 
  240.          Alignment       =   1  'Right Justify
  241.          Caption         =   "Processor Type:"
  242.          Height          =   255
  243.          Left            =   120
  244.          TabIndex        =   15
  245.          Top             =   1080
  246.          Width           =   1935
  247.       End
  248.       Begin VB.Label Label12 
  249.          Alignment       =   1  'Right Justify
  250.          Caption         =   "Temp:"
  251.          Height          =   255
  252.          Left            =   120
  253.          TabIndex        =